ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / StreamOutputStage Class / SetTargets Method / SetTargets(StreamOutputBufferBinding[]) Method

In This Topic
    SetTargets(StreamOutputBufferBinding[]) Method
    In This Topic
    Set the target output {{buffers}} for the {{StreamOutput}} stage, which enables/disables the pipeline to stream-out data.
    Syntax
    'Declaration
     
    Public Overloads Sub SetTargets( _
       ByVal bufferBindings() As StreamOutputBufferBinding _
    ) 
    public void SetTargets( 
       StreamOutputBufferBinding[] bufferBindings
    )

    Parameters

    bufferBindings
    See Also